From: Stephen Eglen Date: Mon, 19 Apr 2004 11:42:38 +0000 (+0000) Subject: (iswitchb-max-to-show): Update documentation and :type information. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23091 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=14ca4f18e8e130ec6c3cf61436a8d4a3c50ccb10;p=emacs.git (iswitchb-max-to-show): Update documentation and :type information. --- diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 4f560820b09..5ea1f856aca 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -300,9 +300,11 @@ example functions that filter buffernames." (defcustom iswitchb-max-to-show nil "*If non-nil, limit the number of names shown in the minibuffer. -This can greatly speed up iswitchb if you have a multitude of -buffers open." - :type 'integer +If this value is N, and N is greater than the number of matching +buffers, the first N/2 and the last N/2 matching buffers are +shown. This can greatly speed up iswitchb if you have a +multitude of buffers open." + :type '(choice (const nil) integer) :group 'iswitchb) (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help